Xen MCE test: utilities to inject fake MCE for X86
authorKeir Fraser <keir@xen.org>
Fri, 24 Dec 2010 10:21:27 +0000 (10:21 +0000)
committerKeir Fraser <keir@xen.org>
Fri, 24 Dec 2010 10:21:27 +0000 (10:21 +0000)
commitb6982669e8e6ed42b3f5ca2125fa620e34573bfd
tree359772f2c36f25f5c73e7d6a0c848cb9bfba6504
parent39810ac59bf2e15cb2a54464ac0059384e56b912
Xen MCE test: utilities to inject fake MCE for X86

A software MCE injection tool, which is based on Xen MCE injection
mechanism. It fake MCE error and inject this error to a assigned
Domain Physical Address.  Makefile make sure the tool can be built on
Xen.  A README explain the usage for this tool.

Signed-off-by: Yunhong Jiang <yunhong.jiang@intel.com>
Signed-off-by: Haicheng Li<haicheng.li@intel.com>
Signed-off-by: Xudong Hao <xudong.hao@intel.com>
tools/tests/mce-test/tools/Makefile [new file with mode: 0644]
tools/tests/mce-test/tools/README [new file with mode: 0644]
tools/tests/mce-test/tools/xen-mceinj.c [new file with mode: 0644]